home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / THECOVE2.ZIP / COVE.ZIP / SAMPLE2.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-03-13  |  540 b   |  16 lines

  1. REM This is an example of a bat file using dooringx.def dropfile
  2. REM note that the x is the appropriate node number as specified
  3. REM in the COVECFG program under option (1) 'Create "THECOVE.CTL" file'
  4. REM Under the NODE NUM option.
  5. REM
  6. REM Note: if you have entered correct PATH TO DROP FILE in there also.
  7. REM then you don't actually have to copy the DORINFOx.DEF into the gamedir.
  8. REM But, in doesn't hurt either <G>.
  9. REM
  10. COPY DORINFOx.DEF \RBBS\DOORS\THECOVE\*.*
  11. CD \RBBS\DOORS\THECOVE
  12. COVE.BAT
  13. del dorinfox.def
  14. CD \RBBS
  15.  
  16.